home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TCHOOSECONTROLFORM / TCHOOSECONTROLFORM.txt
Text File  |  2010-01-24  |  2KB  |  106 lines

  1. object ChooseControlForm: TChooseControlForm
  2.   Left = 585
  3.   Top = 96
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Controls'
  6.   ClientHeight = 225
  7.   ClientWidth = 239
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 180
  20.     Width = 89
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'Add this control'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 106
  35.     Height = 14
  36.     Caption = 'Known Sizer Controls'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object ListBox1: TListBox
  45.     Left = 4
  46.     Top = 24
  47.     Width = 145
  48.     Height = 149
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ItemHeight = 14
  55.     ParentFont = False
  56.     TabOrder = 0
  57.     OnClick = ListBox1Click
  58.     OnDblClick = ListBox1DblClick
  59.   end
  60.   object Edit1: TEdit
  61.     Left = 4
  62.     Top = 196
  63.     Width = 145
  64.     Height = 22
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 1
  72.   end
  73.   object Button1: TButton
  74.     Left = 158
  75.     Top = 24
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Add'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ModalResult = 1
  85.     ParentFont = False
  86.     TabOrder = 2
  87.     OnClick = Button1Click
  88.   end
  89.   object Button2: TButton
  90.     Left = 158
  91.     Top = 56
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Cancel'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'Arial'
  99.     Font.Style = []
  100.     ModalResult = 2
  101.     ParentFont = False
  102.     TabOrder = 3
  103.     OnClick = Button2Click
  104.   end
  105. end
  106.